object frmprogress: Tfrmprogress Left = 248 Top = 253 AutoScroll = False Caption = 'frmprogress' ClientHeight = 222 ClientWidth = 519 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy DesignSize = ( 519 222) PixelsPerInch = 96 TextHeight = 13 object Gauge1: TGauge Left = 8 Top = 161 Width = 505 Height = 22 Progress = 0 end object BitBtn1: TBitBtn Left = 224 Top = 192 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Caption = 'Cancel' TabOrder = 0 OnClick = BitBtn1Click end object Memo1: TMemo Left = 8 Top = 8 Width = 505 Height = 145 Anchors = [akLeft, akTop, akRight, akBottom] ImeName = 'Chinese (Simplified) - Microsoft Pinyin IME 3.0' Lines.Strings = ( 'Memo1') TabOrder = 1 end object Timer1: TTimer Interval = 200 OnTimer = Timer1Timer Left = 288 Top = 56 end end